home *** CD-ROM | disk | FTP | other *** search
- package com.simeda.ActiveViewer;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
-
- class TextArea$1 implements CommandListener {
- // $FF: synthetic field
- private final TextArea this$0;
-
- TextArea$1(TextArea var1) {
- this.this$0 = var1;
- }
-
- public void commandAction(Command var1, Displayable var2) {
- this.this$0.this_commandPerformed(var1, var2);
- }
- }
-